home *** CD-ROM | disk | FTP | other *** search
/ Steal This CD / steal_this_cd.iso / Chapter 07 - Where the Hackers Are / virc200.exe / {app} / ViRC.exe / 0 / RCDATA / TNLXEDITEFFECTFORM / TNLXEDITEFFECTFORM.txt
Text File  |  2004-01-05  |  6KB  |  305 lines

  1. object NLXEditEffectForm: TNLXEditEffectForm
  2.   Left = 423
  3.   Top = 132
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Effect Properties'
  7.   ClientHeight = 411
  8.   ClientWidth = 337
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object OKBtn: TButton
  23.     Left = 168
  24.     Top = 376
  25.     Width = 75
  26.     Height = 25
  27.     Caption = 'OK'
  28.     Default = True
  29.     ModalResult = 1
  30.     TabOrder = 6
  31.     OnClick = OKBtnClick
  32.   end
  33.   object CancelBtn: TButton
  34.     Left = 254
  35.     Top = 376
  36.     Width = 75
  37.     Height = 25
  38.     Cancel = True
  39.     Caption = 'Cancel'
  40.     ModalResult = 2
  41.     TabOrder = 7
  42.   end
  43.   object FontGroup: TGroupBox
  44.     Left = 8
  45.     Top = 80
  46.     Width = 321
  47.     Height = 73
  48.     Caption = 'Font'
  49.     TabOrder = 1
  50.     object FontGroupChk: TCheckBox
  51.       Left = 8
  52.       Top = 0
  53.       Width = 73
  54.       Height = 17
  55.       Caption = 'Font style'
  56.       Checked = True
  57.       State = cbChecked
  58.       TabOrder = 0
  59.       OnClick = GroupCheckClick
  60.     end
  61.     object BoldChk: TCheckBox
  62.       Left = 16
  63.       Top = 24
  64.       Width = 97
  65.       Height = 17
  66.       Caption = 'Bold'
  67.       TabOrder = 1
  68.     end
  69.     object ItalicChk: TCheckBox
  70.       Left = 168
  71.       Top = 24
  72.       Width = 97
  73.       Height = 17
  74.       Caption = 'Italic'
  75.       TabOrder = 2
  76.     end
  77.     object UnderlineChk: TCheckBox
  78.       Left = 16
  79.       Top = 48
  80.       Width = 97
  81.       Height = 17
  82.       Caption = 'Underline'
  83.       TabOrder = 3
  84.     end
  85.     object StrikeoutChk: TCheckBox
  86.       Left = 168
  87.       Top = 48
  88.       Width = 97
  89.       Height = 17
  90.       Caption = 'Strikeout'
  91.       TabOrder = 4
  92.     end
  93.   end
  94.   object ColorGroup: TGroupBox
  95.     Left = 8
  96.     Top = 160
  97.     Width = 321
  98.     Height = 57
  99.     Caption = 'Color'
  100.     TabOrder = 2
  101.     object ColorSquare: TShape
  102.       Left = 192
  103.       Top = 22
  104.       Width = 33
  105.       Height = 25
  106.     end
  107.     object ColorGroupChk: TCheckBox
  108.       Left = 8
  109.       Top = 0
  110.       Width = 49
  111.       Height = 17
  112.       Caption = 'Color'
  113.       Checked = True
  114.       State = cbChecked
  115.       TabOrder = 0
  116.       OnClick = GroupCheckClick
  117.     end
  118.     object ColorCbo: TComboBox
  119.       Left = 8
  120.       Top = 24
  121.       Width = 177
  122.       Height = 21
  123.       ItemHeight = 13
  124.       TabOrder = 1
  125.       OnChange = ColorCboChange
  126.     end
  127.     object PaletteBtn: TButton
  128.       Left = 232
  129.       Top = 22
  130.       Width = 75
  131.       Height = 25
  132.       Caption = 'Palette...'
  133.       TabOrder = 2
  134.       OnClick = PaletteBtnClick
  135.     end
  136.   end
  137.   object BitmapGroup: TGroupBox
  138.     Left = 8
  139.     Top = 224
  140.     Width = 321
  141.     Height = 81
  142.     Caption = 'Bitmap image'
  143.     TabOrder = 3
  144.     object BitmapSizeLabel: TLabel
  145.       Left = 208
  146.       Top = 56
  147.       Width = 76
  148.       Height = 13
  149.       Caption = 'BitmapSizeLabel'
  150.       Visible = False
  151.     end
  152.     object BitmapImage: TImage
  153.       Left = 128
  154.       Top = 48
  155.       Width = 49
  156.       Height = 33
  157.       Transparent = True
  158.     end
  159.     object BitmapGroupChk: TCheckBox
  160.       Left = 8
  161.       Top = 0
  162.       Width = 89
  163.       Height = 17
  164.       Caption = 'Bitmap image'
  165.       Checked = True
  166.       State = cbChecked
  167.       TabOrder = 0
  168.       OnClick = GroupCheckClick
  169.     end
  170.     object BitmapEdit: TEdit
  171.       Left = 8
  172.       Top = 24
  173.       Width = 297
  174.       Height = 21
  175.       TabOrder = 1
  176.       OnExit = BitmapEditExit
  177.     end
  178.     object BitmapBrowseBtn: TButton
  179.       Left = 8
  180.       Top = 48
  181.       Width = 75
  182.       Height = 25
  183.       Caption = 'Browse...'
  184.       TabOrder = 2
  185.       OnClick = BitmapBrowseBtnClick
  186.     end
  187.   end
  188.   object PrefixGroup: TGroupBox
  189.     Left = 8
  190.     Top = 312
  191.     Width = 153
  192.     Height = 49
  193.     Caption = 'Prefix'
  194.     TabOrder = 4
  195.     object PrefixGroupChk: TCheckBox
  196.       Left = 8
  197.       Top = 0
  198.       Width = 57
  199.       Height = 17
  200.       Caption = 'Prefix'
  201.       Checked = True
  202.       State = cbChecked
  203.       TabOrder = 0
  204.       OnClick = GroupCheckClick
  205.     end
  206.     object PrefixEdit: TEdit
  207.       Left = 8
  208.       Top = 20
  209.       Width = 137
  210.       Height = 21
  211.       TabOrder = 1
  212.     end
  213.   end
  214.   object SuffixGroup: TGroupBox
  215.     Left = 176
  216.     Top = 312
  217.     Width = 153
  218.     Height = 49
  219.     Caption = 'Suffix'
  220.     TabOrder = 5
  221.     object SuffixGroupChk: TCheckBox
  222.       Left = 8
  223.       Top = 0
  224.       Width = 57
  225.       Height = 17
  226.       Caption = 'Suffix'
  227.       Checked = True
  228.       State = cbChecked
  229.       TabOrder = 0
  230.       OnClick = GroupCheckClick
  231.     end
  232.     object SuffixEdit: TEdit
  233.       Left = 8
  234.       Top = 20
  235.       Width = 137
  236.       Height = 21
  237.       TabOrder = 1
  238.     end
  239.   end
  240.   object TriggerGroup: TGroupBox
  241.     Left = 8
  242.     Top = 8
  243.     Width = 321
  244.     Height = 65
  245.     Caption = 'Trigger'
  246.     TabOrder = 0
  247.     object ModeChangeLabel: TLabel
  248.       Left = 8
  249.       Top = 16
  250.       Width = 68
  251.       Height = 13
  252.       Caption = 'Mode change:'
  253.     end
  254.     object NamesPrefixLabel: TLabel
  255.       Left = 168
  256.       Top = 16
  257.       Width = 71
  258.       Height = 13
  259.       Caption = '/Names prefix:'
  260.     end
  261.     object NicknameLabel: TLabel
  262.       Left = 8
  263.       Top = 40
  264.       Width = 49
  265.       Height = 13
  266.       Caption = 'Nickname:'
  267.     end
  268.     object ModeChangeEdit: TEdit
  269.       Left = 88
  270.       Top = 16
  271.       Width = 49
  272.       Height = 21
  273.       TabOrder = 0
  274.     end
  275.     object NamesPrefixEdit: TEdit
  276.       Left = 256
  277.       Top = 16
  278.       Width = 49
  279.       Height = 21
  280.       TabOrder = 1
  281.     end
  282.     object NicknameEdit: TEdit
  283.       Left = 88
  284.       Top = 40
  285.       Width = 217
  286.       Height = 21
  287.       TabOrder = 2
  288.     end
  289.   end
  290.   object ColorDialog1: TColorDialog
  291.     Ctl3D = True
  292.     Options = [cdFullOpen]
  293.     Left = 8
  294.     Top = 376
  295.   end
  296.   object OpenPictureDialog1: TOpenPictureDialog
  297.     DefaultExt = 'bmp'
  298.     Filter = 'Bitmaps (*.bmp)|*.bmp'
  299.     Options = [ofHideReadOnly, ofFileMustExist, ofEnableSizing]
  300.     Title = 'Select Bitmap Image'
  301.     Left = 40
  302.     Top = 376
  303.   end
  304. end
  305.